2003-10-20 Federico Mena Quintero <federico@ximian.com>
* gtkfilesystemgnomevfs.c (folder_child_new): New utility
function.
(gtk_file_system_gnome_vfs_get_folder): Use folder_child_new().
(gtk_file_folder_gnome_vfs_get_info): Likewise.
(directory_load_callback): Likewise.
(monitor_callback): Likewise.
* TODO: Removed the item about factoring out the code that creates
FolderChild structures.
const GtkFilePath *path,
GError **error)
{
+ /* FIXME: Implement as a really simple ~/.gtk-bookmarks */
g_set_error (error,
GTK_FILE_SYSTEM_ERROR,
GTK_FILE_SYSTEM_ERROR_FAILED,
const GtkFilePath *path,
GError **error)
{
+ /* FIXME: Implement as a really simple ~/.gtk-bookmarks */
g_set_error (error,
GTK_FILE_SYSTEM_ERROR,
GTK_FILE_SYSTEM_ERROR_FAILED,
static GSList *
gtk_file_system_unix_list_bookmarks (GtkFileSystem *file_system)
{
+ /* FIXME: Implement as a really simple ~/.gtk-bookmarks */
return NULL;
}